-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove incorrectly set compileOpions #148
Conversation
IIRC that was done to make sure java7 is selected on a host os that also have java8. Should we move this instead under the android block? |
|
It should default to java 6. So it would still work for java 8. I'll double check to make sure. We shouldn't set compileOptions for the users. |
I tested it works with hello-jni arm7Debug. Which project do you mean for app:dexArm7Debug? |
Ok, that is fixed now. Please accept the pull request. Thanks |
@rschiu, sure can you comment here on the commit/bug that fixed it? thanks. |
Remove incorrectly set compileOpions
Note that #144 was also fixed the bad scoping of the |
No description provided.